home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / venn.txt < prev    next >
Text File  |  1997-07-08  |  2KB  |  77 lines

  1.  
  2.  
  3.  
  4.  
  5.    WELCOME TO THE VENN DIAGRAM DEMONSTRATION
  6.  
  7.  
  8.    Venn Diagrams are used to abstract data in
  9.    collections of numbers known as Sets.  Real
  10.    Sets contain a positive quantity of unique
  11.    numbers (with the exception of the Empty Set
  12.    which has identically zero entries).
  13.  
  14.    This demo allows you to view sets and set
  15.    operations on real integer sets which have
  16.    been randomly generated (2 sets are generated
  17.    upon demo startup).
  18.  
  19.  
  20.    MENU OPTIONS
  21.    ------------
  22.  
  23.    File Menu:
  24.        Select "Quit" to close the Venn diagram
  25.        demonstration.
  26.  
  27.    Options Menu:
  28.        Select a set from the "View Set Data" sub-menu
  29.        to view the set's data. You can use this option
  30.        to verify the results of the set calculator.
  31.  
  32.    About Menu:
  33.        Select "About Venn Demo" to view this help
  34.        text.
  35.  
  36.    USING THE SET CALCULATOR
  37.    ------------------------
  38.  
  39.    The Set Calculator allows you to perform
  40.    three classical set operations on two sets
  41.    at a time: Intersection, Subtraction, and
  42.    Union. Intersection is the collection of
  43.    all numbers shared commonly by any two
  44.    sets. Union is the combination of all of
  45.    the numbers in the two sets with replicate
  46.    numbers excluded. Subtraction of one set
  47.    from a second set yields the elements of the
  48.    second set minus the intersection of the
  49.    first and second sets.
  50.  
  51.    Set Buttons (A, B, C, etc.)
  52.      These buttons correspond to the currently
  53.      available sets. When you perform a set
  54.      calculation, a new set containing the
  55.      result of the calculation will become
  56.      available.
  57.  
  58.    Set Operation Buttons
  59.      These buttons are labeled with the standard
  60.      symbols for the operations Intersection,
  61.      Union and Subtraction. Operations are performed
  62.      in the following order:
  63.  
  64.      [Set] [Operation] [Set] [Equals]
  65.  
  66.    Clearing Mistakes or Errors
  67.       Click the button with the left-pointing
  68.       arrow to remove the most recently entered
  69.       set or operator. Click the "CE" button to
  70.       clear the entire display.
  71.  
  72.    Set Droplist
  73.       You can choose which set to display in the
  74.       draw area by selecting an option from the
  75.       droplist labeled "Currently Viewing:".
  76.  
  77.